org.eclipse.vtp.framework.interactions.core.media
Class FileContent

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.media.Content
      extended by org.eclipse.vtp.framework.interactions.core.media.FileContent
Direct Known Subclasses:
AudioContent

public abstract class FileContent
extends Content


Field Summary
static int STATIC_PATH
           
static int VARIABLE_PATH
           
 
Fields inherited from class org.eclipse.vtp.framework.interactions.core.media.Content
ELEMENT_NAMESPACE
 
Constructor Summary
FileContent()
           
FileContent(org.w3c.dom.Element element)
           
 
Method Summary
 Content captureData(IDataSet dataSet)
           
 java.lang.String getFileTypeName()
           
 java.lang.String getPath()
           
 int getPathType()
           
 boolean isDataAware()
           
 void setStaticPath(java.lang.String path)
           
 void setVariablePath(java.lang.String variable)
           
protected  void storeBaseInfo(org.w3c.dom.Element thisElement)
           
 
Methods inherited from class org.eclipse.vtp.framework.interactions.core.media.Content
createCopy, getContentType, isResolvable, resolve, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC_PATH

public static final int STATIC_PATH
See Also:
Constant Field Values

VARIABLE_PATH

public static final int VARIABLE_PATH
See Also:
Constant Field Values
Constructor Detail

FileContent

public FileContent()

FileContent

public FileContent(org.w3c.dom.Element element)
Method Detail

setStaticPath

public void setStaticPath(java.lang.String path)

setVariablePath

public void setVariablePath(java.lang.String variable)

getPath

public java.lang.String getPath()

getPathType

public int getPathType()

getFileTypeName

public java.lang.String getFileTypeName()

isDataAware

public boolean isDataAware()
Overrides:
isDataAware in class Content

captureData

public Content captureData(IDataSet dataSet)
Overrides:
captureData in class Content

storeBaseInfo

protected void storeBaseInfo(org.w3c.dom.Element thisElement)